projects
/
project
/
bcm63xx
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e4976af
)
spi: Kconfig: Add FSL_DSPI entry
author
Jagan Teki
<
[email protected]
>
Sat, 27 Jun 2015 08:47:06 +0000
(14:17 +0530)
committer
Jagan Teki
<
[email protected]
>
Wed, 1 Jul 2015 16:09:04 +0000
(21:39 +0530)
Added FSL_DSPI entry on Kconfig with help description.
Signed-off-by: Jagan Teki <
[email protected]
>
Cc: Haikun Wang <
[email protected]
>
drivers/spi/Kconfig
patch
|
blob
|
history
diff --git
a/drivers/spi/Kconfig
b/drivers/spi/Kconfig
index 7277bbdc3c5f5ee2a46459f66f705bc52b2315c3..9c6c5d51e89e2b069127066ae9be17b06828085d 100644
(file)
--- a/
drivers/spi/Kconfig
+++ b/
drivers/spi/Kconfig
@@
-29,6
+29,14
@@
config DESIGNWARE_SPI
access the SPI NOR flash on platforms embedding this Designware
IP core.
+config FSL_DSPI
+ bool "Freescale DSPI driver"
+ help
+ Enable the Freescale DSPI driver. This driver can be used to
+ access the SPI NOR flash and SPI Data flash on platforms embedding
+ this Freescale DSPI IP core. LS102xA and Colibri VF50/VF61 platforms
+ use this driver.
+
config SANDBOX_SPI
bool "Sandbox SPI driver"
depends on SANDBOX && DM